Category: Geeks r Us
I'm trying to copy tha names of all of the files in a given directory so that I can post them somewhere and have attempted to use dir list to do this. The problem is that once I have extracted the 2 files in the download to c:windowssendTo, the option to do this is no where to be found in the send to sub menue. Is there a different procedure with windows xp versus the older windows platforms? Am I doing something wrong? Any help would greatly be apreciated!
are you trying to copy the actual files? if so you can use windows explorer to do this...
No, I'm trying to copy the names of the files. With this dir list utility, it creates a text file in the directory which contains a list of all files present in that directory.
Well if nothing else you can use dos to do this and redirect the output of the dir command into a file like this
dir > DirListResults.txt
It's a round about way but it works pretty good.
Cheers
-B
in windows xp the path is c:documents and settingsyour profilesendto